Added Xen-API features needed to implement xm info: host.sched_policy
authorEwan Mellor <ewan@xensource.com>
Wed, 14 Mar 2007 21:02:58 +0000 (21:02 +0000)
committerEwan Mellor <ewan@xensource.com>
Wed, 14 Mar 2007 21:02:58 +0000 (21:02 +0000)
commiteacb86fc1be2c6fb771e114a727c3976a2134496
treef79e8b608d2bc6d892c1b2fce9da611b577e9a3c
parentae6780b241d8e6f389d5c25e4cac34a02e22a459
Added Xen-API features needed to implement xm info: host.sched_policy
(replacing VM.VCPUs_policy, which never made sense), and
host.cpu_configuration.  Add other details into either host.software_version
or host.other_config as appropriate.

Implement xm info and the scheduler-detection check using this.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
tools/python/xen/xend/XendAPI.py
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/XendNode.py
tools/python/xen/xm/main.py